docs: Mintlify site + validate/deploy pipeline#727
Merged
Conversation
Add docs npm toolchain (mint export, Pagefind, llms.txt), combine validate and S3/CloudFront deploy in docs.yml, and exclude docs workflows from the main CI-CD path filter so doc-only changes do not trigger node builds. Co-authored-by: Cursor <cursoragent@cursor.com>
3 tasks
nomadicrogue
approved these changes
May 22, 2026
nomadicrogue
added a commit
that referenced
this pull request
May 22, 2026
## Summary Cherry-pick of docs-only commits onto `test` (does not include `ui-desktop` or other pending `dev` work): - `37dd105` — Mintlify MDX site, `AGENTS.md`, validate-only `docs.yml` baseline - `bc23a1b` — unified validate + OIDC deploy pipeline, Pagefind, llms.txt tooling On merge, the `Docs` workflow should validate and deploy to https://nodedocs.dev.mor.org (requires `test` environment variables already configured). ## Test plan - [ ] Merge after review; confirm `Docs` workflow completes validate + deploy jobs - [ ] Verify https://nodedocs.dev.mor.org loads and `/llms.txt` is present - [ ] Confirm main CI-CD pipeline does **not** run for this merge (docs-only paths) ## Note This PR is independent of #727 (`dev`). Same doc content; `dev` can merge on its own schedule. Made with [Cursor](https://cursor.com)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
/docs/*.mdwith Mintlify MDX site (docs/docs.json, role-based navigation, AI knowledge pages, redirects).AGENTS.mdand.cursor/rules/morpheus.mdcfor agent/human canonical guidance.docs.ymlworkflow: validate on PRs and pushes todev/test/main; deploy to S3 + CloudFront via GitHub OIDC ontestandmainonly.mint export, Pagefind search index,llms.txt/llms-full.txtgeneration).docs.ymlfrom mainbuild.ymlpath triggers so doc-only changes do not start node builds or AWS deploys.Test plan
dev; confirmDocsworkflow runs validate jobs only (no deploy ondev).testpromotion PR: confirm deploy to https://nodedocs.dev.mor.org/llms.txt, and Pagefind search on deployed sitedocs/**changes does not trigger main CI-CD pipelineMade with Cursor